home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / micq-0.4.0 / ui.h < prev    next >
Text File  |  1999-05-14  |  1KB  |  40 lines

  1. static DWORD last_uin=0;
  2. static DWORD multi_uin;
  3. static int status = 0;
  4. static void Show_Status( void );
  5. static DWORD uin;
  6.  
  7. #define UIN_DELIMS ":|/" /* add space if you don't want your nick names to have spaces */
  8. #define END_MSG_STR "."
  9. #define CANCEL_MSG_STR "#"
  10. #define W_SEPERATOR MESSCOL "============================================" NOCOL "\n"
  11. #define NEW_NICK 10
  12. #define NEW_FIRST 11
  13. #define NEW_LAST 12
  14. #define NEW_EMAIL 13
  15. #define NEW_AUTH 14
  16.  
  17. #define SRCH_START 15
  18. #define SRCH_EMAIL 16
  19. #define SRCH_NICK 17
  20. #define SRCH_FIRST 18
  21. #define SRCH_LAST 19
  22.  
  23.  
  24. #define CHANGE_STATUS( a )  icq_change_status( sok, a ); \
  25.                            Print_Status( Current_Status ); \
  26.                             printf( "\n" );
  27.  
  28.  
  29. static void Change_Function( SOK_T sok );
  30. static void Help_Function( void );
  31. static void Info_Function( SOK_T sok );
  32. static void Auto_Function( SOK_T sok );
  33. static void Alter_Function( void );
  34. static void Message_Function( SOK_T sok );
  35. static void Reply_Function( SOK_T sok );
  36. static void Again_Function( SOK_T sok );
  37. static void Verbose_Function( void );
  38. static void Random_Function( SOK_T sok );
  39. static void Random_Set_Function( SOK_T sok );
  40.